home *** CD-ROM | disk | FTP | other *** search
- getURL("FSCommand:showmenu",false);
- _root.best = 0;
- _root.sunet = 1;
- stop();
- logo.onEnterFrame = function()
- {
- if(_root.getBytesLoaded() == _root.getBytesTotal())
- {
- this.play();
- }
- else
- {
- tgFrame = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
- this.progress.gotoAndStop(tgFrame);
- }
- };
-